object dlgOptions: TdlgOptions Left = 298 Top = 194 Width = 402 Height = 333 Caption = 'Project Options' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsMDIChild Position = poDefaultPosOnly Visible = True OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object pgcProjectOptions: TPageControl Left = 0 Top = 41 Width = 394 Height = 224 ActivePage = tsDocuments Align = alClient TabOrder = 0 object tsDocuments: TTabSheet Caption = 'Documents' object tbcDisplay: TTabControl Left = 0 Top = 0 Width = 386 Height = 196 Align = alClient TabIndex = 0 TabOrder = 0 Tabs.Strings = ( 'All' 'Java' 'HTML' 'Text' 'Other') OnChange = tbcDisplayChange object pnlDisplay: TPanel Left = 4 Top = 24 Width = 378 Height = 168 Align = alClient BevelOuter = bvNone TabOrder = 0 object rgpDisplay: TRadioGroup Left = 0 Top = 128 Width = 378 Height = 40 Align = alBottom Caption = 'Display as' Columns = 3 ItemIndex = 0 Items.Strings = ( 'Large Icons' 'Small Icons' 'List') TabOrder = 0 OnClick = rgpDisplayClick end object lvDocuments: TDCListView Left = 0 Top = 0 Width = 378 Height = 128 Align = alClient OnDblClick = lvDocumentsDblClick Columns = < item Caption = 'Document' WidthType = ( -1) end item Caption = 'Path' WidthType = ( -1) end item Caption = 'Date' WidthType = ( -1) end> ReadOnly = False HideSelection = False MultiSelect = True OnEdited = lvDocumentsEdited PopupMenu = mnpDocument TabOrder = 1 OnKeyUp = lvDocumentsKeyUp LargeImages = ilstLarge SmallImages = ilstSmall AcceptFiles = False OnFileDrop = lvDocumentsFileDrop end end end end object tsCompiler: TTabSheet Caption = 'Compiler Options' object Label5: TLabel Left = 8 Top = 43 Width = 77 Height = 13 Caption = 'Output &Directory' FocusControl = edtDirectory end object Label3: TLabel Left = 8 Top = 75 Width = 59 Height = 13 Caption = '&Search Path' FocusControl = edtClassPath end object Bevel1: TBevel Left = 16 Top = 104 Width = 337 Height = 57 end object edtDirectory: TEdit Left = 104 Top = 40 Width = 273 Height = 21 TabOrder = 0 end object edtClassPath: TEdit Left = 104 Top = 72 Width = 273 Height = 21 TabOrder = 1 end object chkShowWarn: TCheckBox Left = 24 Top = 112 Width = 97 Height = 17 Caption = 'Show &Warnings' State = cbChecked TabOrder = 2 end object chkOptimize: TCheckBox Left = 24 Top = 136 Width = 97 Height = 17 Caption = '&Optimize' TabOrder = 3 end object chkDebugInfo: TCheckBox Left = 136 Top = 136 Width = 129 Height = 17 Caption = '&Include Debug Info' TabOrder = 4 end object chkVerbose: TCheckBox Left = 136 Top = 112 Width = 97 Height = 17 Caption = '&Verbose' TabOrder = 5 end end end object pnlButtonsBottom: TPanel Left = 0 Top = 265 Width = 394 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 1 object pnlButtonsRight: TPanel Left = 208 Top = 0 Width = 186 Height = 41 Align = alRight BevelOuter = bvNone TabOrder = 0 object cmdOK: TButton Left = 16 Top = 8 Width = 75 Height = 25 Caption = 'Close' ModalResult = 1 TabOrder = 0 OnClick = cmdOKClick end object cmdCancel: TButton Left = 96 Top = 8 Width = 75 Height = 25 Cancel = True Caption = 'Apply' ModalResult = 2 TabOrder = 1 OnClick = cmdCancelClick end end end object pnlName: TPanel Left = 0 Top = 0 Width = 394 Height = 41 Align = alTop BevelOuter = bvLowered TabOrder = 2 object Label1: TLabel Left = 8 Top = 17 Width = 31 Height = 13 Caption = 'Name:' end object edtProjectName: TEdit Left = 48 Top = 12 Width = 273 Height = 21 TabOrder = 0 end end object ilstLarge: TImageList Height = 32 Width = 32 Left = 72 Top = 272 end object ilstSmall: TImageList Left = 104 Top = 272 end object mnpDocument: TPopupMenu OnPopup = mnpDocumentPopup Left = 152 Top = 208 object mnpDocumentOpen: TMenuItem Caption = 'Open' ShortCut = 0 OnClick = mnpDocumentOpenClick end object mnpDocumentDelete: TMenuItem Caption = 'Delete' ShortCut = 0 OnClick = doDelete end object mnpCompile: TMenuItem Caption = 'Compile' ShortCut = 0 Visible = False OnClick = mnpCompileClick end object mnpBrowse: TMenuItem Caption = 'Load in Browser' ShortCut = 0 Visible = False OnClick = mnpBrowseClick end object mnpAdd: TMenuItem Caption = 'Add Document...' ShortCut = 0 OnClick = mnpAddClick end object N1: TMenuItem Caption = '-' ShortCut = 0 end object mnpDocumentCut: TMenuItem Caption = 'Cut' ShortCut = 0 OnClick = doCut end object mnpDocumentCopy: TMenuItem Caption = 'Copy' ShortCut = 0 OnClick = doCopy end object mnpDocumentPaste: TMenuItem Caption = 'Paste' ShortCut = 0 OnClick = doPaste end end end